home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #9 / 1999 CD 9 (black).iso / K-CF.dxr / Internal_39.ls < prev    next >
Encoding:
Text File  |  1999-06-18  |  4.8 KB  |  189 lines

  1. global Musik, FirstTime, KImage, KCount, WantMusic
  2.  
  3. on new me
  4.   set KCount to 20
  5.   set KImage to member 28 of castLib "Sprog"
  6. end
  7.  
  8. on enterFrame
  9.   if voidp(Musik) then
  10.     set Musik to 0
  11.   end if
  12.   if Musik = 0 then
  13.     if WantMusic then
  14.       mci("seek baggrund to start")
  15.       mci("play baggrund")
  16.       set Musik to 1
  17.     end if
  18.   end if
  19.   if (KCount mod 100) = 0 then
  20.     if (KCount + 20) >= 500 then
  21.       set KCount to 0
  22.     end if
  23.     set the member of sprite 17 to member (28 + (KCount / 100)) of castLib "Sprog"
  24.   end if
  25.   set KCount to KCount + 1
  26.   if ((KCount mod 100) < 17) or ((KCount mod 100) > 82) then
  27.     if (KCount mod 100) = 0 then
  28.       set the height of sprite 17 to 1
  29.     end if
  30.     if (KCount mod 100) = 1 then
  31.       set the height of sprite 17 to 13
  32.     end if
  33.     if (KCount mod 100) = 2 then
  34.       set the height of sprite 17 to 25
  35.     end if
  36.     if (KCount mod 100) = 3 then
  37.       set the height of sprite 17 to 37
  38.     end if
  39.     if (KCount mod 100) = 4 then
  40.       set the height of sprite 17 to 50
  41.     end if
  42.     if (KCount mod 100) = 5 then
  43.       set the height of sprite 17 to 62
  44.     end if
  45.     if (KCount mod 100) = 6 then
  46.       set the height of sprite 17 to 72
  47.     end if
  48.     if (KCount mod 100) = 7 then
  49.       set the height of sprite 17 to 83
  50.     end if
  51.     if (KCount mod 100) = 8 then
  52.       set the height of sprite 17 to 93
  53.     end if
  54.     if (KCount mod 100) = 9 then
  55.       set the height of sprite 17 to 103
  56.     end if
  57.     if (KCount mod 100) = 10 then
  58.       set the height of sprite 17 to 111
  59.     end if
  60.     if (KCount mod 100) = 11 then
  61.       set the height of sprite 17 to 119
  62.     end if
  63.     if (KCount mod 100) = 12 then
  64.       set the height of sprite 17 to 126
  65.     end if
  66.     if (KCount mod 100) = 13 then
  67.       set the height of sprite 17 to 132
  68.     end if
  69.     if (KCount mod 100) = 14 then
  70.       set the height of sprite 17 to 136
  71.     end if
  72.     if (KCount mod 100) = 15 then
  73.       set the height of sprite 17 to 140
  74.     end if
  75.     if (KCount mod 100) = 16 then
  76.       set the height of sprite 17 to 143
  77.     end if
  78.     if (KCount mod 100) = 83 then
  79.       set the height of sprite 17 to 143
  80.     end if
  81.     if (KCount mod 100) = 84 then
  82.       set the height of sprite 17 to 140
  83.     end if
  84.     if (KCount mod 100) = 85 then
  85.       set the height of sprite 17 to 136
  86.     end if
  87.     if (KCount mod 100) = 86 then
  88.       set the height of sprite 17 to 132
  89.     end if
  90.     if (KCount mod 100) = 87 then
  91.       set the height of sprite 17 to 126
  92.     end if
  93.     if (KCount mod 100) = 88 then
  94.       set the height of sprite 17 to 119
  95.     end if
  96.     if (KCount mod 100) = 89 then
  97.       set the height of sprite 17 to 111
  98.     end if
  99.     if (KCount mod 100) = 90 then
  100.       set the height of sprite 17 to 103
  101.     end if
  102.     if (KCount mod 100) = 91 then
  103.       set the height of sprite 17 to 93
  104.     end if
  105.     if (KCount mod 100) = 92 then
  106.       set the height of sprite 17 to 83
  107.     end if
  108.     if (KCount mod 100) = 93 then
  109.       set the height of sprite 17 to 72
  110.     end if
  111.     if (KCount mod 100) = 94 then
  112.       set the height of sprite 17 to 62
  113.     end if
  114.     if (KCount mod 100) = 95 then
  115.       set the height of sprite 17 to 50
  116.     end if
  117.     if (KCount mod 100) = 96 then
  118.       set the height of sprite 17 to 38
  119.     end if
  120.     if (KCount mod 100) = 97 then
  121.       set the height of sprite 17 to 25
  122.     end if
  123.     if (KCount mod 100) = 98 then
  124.       set the height of sprite 17 to 13
  125.     end if
  126.     if (KCount mod 100) = 99 then
  127.       set the height of sprite 17 to 1
  128.     end if
  129.   else
  130.     set the height of sprite 17 to 145
  131.   end if
  132.   if not rollOver(2) then
  133.     set FirstTime to 0
  134.   end if
  135.   if rollOver(2) and not FirstTime then
  136.     go("Surprise")
  137.   else
  138.     if rollOver(4) then
  139.       go("Knap0")
  140.     else
  141.       if rollOver(5) then
  142.         go("Knap1")
  143.       else
  144.         if rollOver(6) then
  145.           go("Knap5")
  146.         else
  147.           if rollOver(7) then
  148.             go("Knap8")
  149.           else
  150.             if rollOver(8) then
  151.               go("Knap9")
  152.             else
  153.               if rollOver(9) then
  154.                 go("Knap2")
  155.               else
  156.                 if rollOver(10) then
  157.                   go("Knap6")
  158.                 else
  159.                   if rollOver(11) then
  160.                     go("Knap4")
  161.                   else
  162.                     if rollOver(12) then
  163.                       go("Afslut")
  164.                     else
  165.                       if rollOver(13) then
  166.                         go("Knap3")
  167.                       else
  168.                         if rollOver(14) then
  169.                           go("Knap7")
  170.                         else
  171.                           go("Main")
  172.                         end if
  173.                       end if
  174.                     end if
  175.                   end if
  176.                 end if
  177.               end if
  178.             end if
  179.           end if
  180.         end if
  181.       end if
  182.     end if
  183.   end if
  184. end
  185.  
  186. on exitFrame
  187.   go(#loop)
  188. end
  189.